home *** CD-ROM | disk | FTP | other *** search
-
- // ---------------------------------------------------------------------
- //
- // NAVIGATR.HR - QuickTime for Windows
- //
- // Version 1.0
- //
- // (c) Copyright 1988-1994 Apple Computer, Inc. All Rights Reserved.
- //
- // ---------------------------------------------------------------------
-
-
- #define CUR_N 1
- #define CUR_NE 2
- #define CUR_E 3
- #define CUR_SE 4
- #define CUR_S 5
- #define CUR_SW 6
- #define CUR_W 7
- #define CUR_NW 8
- #define CUR_CENTER 9
- #define CUR_MAX 10
-